Add 'ark' cookbook to Cheffile - required by the modern versions of included cookbooks.

Elijah Wright преди 10 години
родител
ревизия
8cb2bc8e9e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      deployment/Cheffile

+ 1 - 0
deployment/Cheffile

@@ -3,6 +3,7 @@
3 3
 
4 4
 site 'http://community.opscode.com/api/v1'
5 5
 
6
+cookbook 'ark'
6 7
 cookbook 'runit'
7 8
 cookbook 'git', :git => 'git://github.com/opscode-cookbooks/git.git'
8 9
 cookbook 'nginx', :git => 'git://github.com/opscode-cookbooks/nginx.git'